menu binding docs: Link to insert_action_group()
authorRyan Lortie <desrt@desrt.ca>
Thu, 18 Apr 2013 11:11:15 +0000 (07:11 -0400)
committerRyan Lortie <desrt@desrt.ca>
Thu, 18 Apr 2013 11:11:15 +0000 (07:11 -0400)
commita37ddbe74b8670b4c83a3b85e97bb29a8cf6fe12
treee9b903c052c6b2afa47a726400adbecf51665e11
parent9f0ee69552160237fed28554220a49cec0352c3c
menu binding docs: Link to insert_action_group()

It's pretty useless to make a menu without actions behind it and people
who are using gtk_menu_shell_bind_model() directly are probably not
interested in doing it the GtkApplicationWindow way (so they won't get
the "app" and "win" groups for free).  People are going to need to call
gtk_widget_insert_action_group(), so mention this in the docs to help
them along.
gtk/gtkmenushell.c